go/build.Context.eval (method)

4 uses

	go/build (current package)
		build.go#L1599: 		shouldBuild = ctxt.eval(x, allTags)
		build.go#L1620: 				if !ctxt.eval(x, allTags) {
		build.go#L1938: 	return ctxt.eval(x, allTags)
		build.go#L1941: func (ctxt *Context) eval(x constraint.Expr, allTags map[string]bool) bool {